Fix up some styling on the build-script docs
authorAlex Crichton <alex@alexcrichton.com>
Wed, 5 Nov 2014 23:14:30 +0000 (15:14 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 5 Nov 2014 23:14:30 +0000 (15:14 -0800)
src/doc/build-script.md
src/doc/stylesheets/all.css

index 712608657bedadccb64dbd4de2abde9cc3606c60..6480ac2a9588204a4ca762742251243c8d6c2e60 100644 (file)
@@ -152,7 +152,7 @@ prevent running the build script in question altogether and instead supply the
 metadata ahead of time.
 
 To override a build script, place the following configuration in any acceptable
-Cargo [configuration location][config.html].
+Cargo [configuration location](config.html).
 
 ```toml
 [target.x86_64-unknown-linux-gnu.foo]
index 662c1f45a6d453851ff6d67e1881a4f8615c2b1c..2520c6b0f9e910f4737a34f344a1982d45e4354a 100644 (file)
@@ -70,7 +70,7 @@ main {
   box-shadow: 0px 0px 5px 2px #3b6837;
 }
 
-main p:first-child {
+main p:first-child {
   color: #199b5c;
   font-weight: 500;
   margin-top: 3px;